home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilreen / sideways / sideways.doc < prev    next >
Text File  |  1986-10-08  |  3KB  |  121 lines

  1.  
  2.  
  3.  
  4.  
  5. P                                S I D E W A Y S
  6.  
  7. P                                  Version 1.0
  8.  
  9.  
  10.  
  11. P        This program will print a text file sideways on the printer.
  12.  
  13. P        Author - Ed Liss          Compuserve ID [71320,1642]
  14.  
  15. P        Copyright (C) 1985,     Edward G Liss      All Rights Reserved
  16.  
  17. P        This program  is  released  to  the  Public  Domain  with  the
  18. P        intension that it not be sold or used for profit.
  19.  
  20.  
  21. P        Sideways  prints  any  ASCII  text  file  on an EPSON RX-80 or
  22. P        compatible printer.  This program has the  following  hardware
  23. P        and software dependencies and limitations:
  24.  
  25. P           - The character fonts are obtained from the IBM PC ROM.
  26. P             If  you  are  using  a compatible,  the video display
  27. P             characters must be  defined  and  used  in  the  same
  28. P             manner.
  29. P           - Turbo 3.xx required to compile Sideways.
  30. P           - Maximum line length is  2048  characters.  -  Maximum
  31. P             number of lines per "page" is 48 with large print and
  32. P             96 with small print.
  33. P           - Your System must have enough memory to hold a  "page"
  34. P             of data.
  35.  
  36.  
  37. P        USING SIDEWAYS
  38.  
  39. P        Sideways  may  be  started  by simply typing in Sideways.  You
  40. P        will then be prompted for a file name. For example:
  41.  
  42. P            MA>sidewaysP
  43. P            MEnter Name of file to Print sideways:  [drive:][\path]filename.extP
  44.  
  45. P        After entering the file name and pressing enter,  you will  be
  46. P        asked  it  you want large or small characters.  Respond with L
  47. P        or S and press enter.
  48.  
  49. P            MA>sidewaysP
  50. P            MEnter Name of file to Print sideways:  [drive:][\path]filename.extP
  51. P            Mb:sideways.docP
  52. P            MLarge or Small characters? lP
  53.  
  54. P        You will then be asked for single or double density.  Enter  S
  55. P        or D and press enter.
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62. P            MA>sidewaysP
  63. P            MEnter Name of file to Print sideways:  [drive:][\path]filename.extP
  64. P            Mb:sideways.docP
  65. P            MLarge or Small characters? lP
  66. P            MSingle or Double Density? dP
  67.  
  68. P        You can pause or cancel print at any time by pressing any key.
  69. P        Follow the direction the computer will display.
  70.  
  71. P        Good Luck with this program.  Drop me a line with  EMAIL  with
  72. P        you have any comments or questions about this program.
  73.  
  74. P        Special note - My  version  of  sideways  was  inspired  by  a
  75. P        version  which  was  written  by Jim Holtman of Randolph,  NJ.
  76. P        Jim's version (in MS-PASCAL) is available  from  PC-SIG,  Disk
  77. P        #265.
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.